var github.com/jackc/pgx/v5/pgconn.authMethodNames

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		require_auth.go#L22: var authMethodNames = [authMethodCount]string{
		require_auth.go#L62: 		reason = fmt.Sprintf("server requested %s authentication", authMethodNames[m])